NativeAdImage

interface NativeAdImage

NativeAdImage represents image asset. Height and width is always available. Drawable is unavailable until loaded.

Properties

Link copied to clipboard
abstract val drawable: Drawable?

Returns drawable.

Link copied to clipboard
abstract val height: Int

Returns height of image in physical pixels.

Link copied to clipboard
abstract val width: Int

Returns width of image in physical pixels.